/* 轮播图 */
.lunbo{width:100%;position:relative;height:380px;background:#000;}
.lunbo .lun_con{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.lunbo .lun_con ul{width:100% !important;}
.lunbo .lun_con li{width:100% !important;height:380px;overflow:hidden;text-align:center;}
.lunbo .lun_con li a{display:block;height:380px;}
.lunbo .lun_con li:nth-child(2),.lunbo .lun_con li:nth-child(3){ display: none;}
.lunbo .clicks{width:100%;position:absolute;z-index:1;bottom:5px;left:0;height:30px;line-height:30px;}
.lunbo .clicks ul{text-align:center;}
.lunbo .clicks ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px; border-radius: 10px; margin:1px 5px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:0.8;line-height:0; font-size: 0;}
.lunbo .clicks ul .on{background:#5398F4;}
.lunbo .upper{ display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:50%;margin-left: -390px; z-index:1; width:30px;height:60px; border-radius: 2px; background:url(../images/arrow-left.png) 7px 14px #000 no-repeat;background-size: 16px;cursor:pointer;filter:alpha(opacity=30);opacity:0.3;display:none;}
.lunbo .lower{ display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;right:50%; margin-right: -375px; z-index:1; width:30px;height:60px; border-radius: 2px; background:url(../images/arrow-right.png) 8px 14px #000 no-repeat;background-size: 16px;cursor:pointer;filter:alpha(opacity=30);opacity:0.3;display:none;}
